.numberDiv{
    background: url("/images/v5/commonimg/tab_back.gif") no-repeat scroll -17px 0px transparent;
    display:inline-block;
    cursor: pointer;
    float: left;
    font-family: Verdana;
    font-weight: bold;
    height: 20px;
    line-height: 19px;
    margin-right: 4px;
    text-align: center;
    width: 17px;
    font-size:11px;
    color:#2b2b2b;
}
.cur_hover{
    background-position:left 0;
    color:#fff;
}
#borderDiv{
    border:1px solid #f1f1f1;
    width:280px;
    height:222px;
    background:#fffafa;
}
.outerDiv{
    margin:0;
    width:100%;
    overflow:hidden;
    background:#fafafa;
    position:relative;
}
.itemDiv{
    float:left;
    width:280px;
    height:222px;
    overflow:hidden;
    position:relative;
}
.itemDiv img{
    border: none;
    width:100%;
    height:100%;
    margin:0;
}
.itemDiv .titleDiv{
    overflow:hidden;
    position:absolute;
    left:0;
    bottom:0;
    font-size:13px;
    font-weight:bold;
    height:30px;
    line-height:30px;
    color:#fff;
    padding-left:4px;
}
#borderDiv .titleDiv a{
    text-decoration: none;
    color:#fff;
}
#borderDiv .titleDiv a:hover{
    text-decoration: none;
    color:#cdf;
}
.backcover{
    width:100%;
    height:30px;
    position:absolute;
    left:0;
    bottom:0;
    background:#000;
    opacity:0.4;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=40);
}